home *** CD-ROM | disk | FTP | other *** search
- //******************************************************************************
- // File: ItsxCommon.h
- // Module: trueSpace eXtensions API
- // Descr: Declarations common to all tsx COM interfaces
- //******************************************************************************
-
-
- #ifndef ITSXCOMMON_H
- #define ITSXCOMMON_H
-
- // Windows headers
- #include <windows.h>
-
- // For convenience, define a pointer to a void pointer
- typedef LPVOID* PPVOID;
-
- // Declare a TSXHANDLE
- typedef void* TSXHANDLE;
-
- #endif // ITSXCOMMON_H